home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / src / Tree2.md < prev    next >
Text File  |  1992-11-24  |  274b  |  17 lines

  1. DEFINITION MODULE Tree2;
  2.  
  3. FROM Tree IMPORT tTree, tProcTree;
  4. IMPORT SYSTEM, IO;
  5. (* line 36 "" *)
  6. (* line 340 "" *)
  7.  
  8. (* line 110 "" *)
  9. (* line 382 "" *)
  10. (* line 818 "" *)
  11.  
  12. PROCEDURE PutTree2    (f: IO.tFile; Tree: tTree);
  13. PROCEDURE BeginTree2;
  14. PROCEDURE CloseTree2;
  15.  
  16. END Tree2.
  17.